Html Css Color HEX #CDDA6E Goldenrod

📋 copy color: '#CDDA6E'

red 205 ◦ green 218 ◦ blue 110

#CDDA6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CDDA6E

Tints of Goldenrod #CDDA6E

RGB

 RED value IS 205 (80.47% from 255) = 38.46%

 GREEN value IS 218 (85.55% from 255) = 40.9%

 BLUE value IS 110 (43.36% from 255) = 20.64%

R = 38.46%
G = 40.9%
B = 20.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDDA6E (or 0xCDDA6E) is known color: Goldenrod. HEX triplet: CD, DA and 6E. RGB value is (205,218,110). Sum of RGB (Red+Green+Blue) = 205+218+110=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA6E is #322591. Grayscale: #CACACA. Windows color (decimal): -3286418 or 7264973. OLE color: 7264973.

HSL color Cylindrical-coordinate representation of color #CDDA6E: hue angle of 67.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDDA6E is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 110 -
CMYK 0.06 0 0.50 0.15
HSL 67.22º 0.59% 0.64% -
HSV(B) 67.22º 0.5% 0.85% -
XYZ 53.06 64.25 24.36 -
YUV 201.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 205 218 110 0.06 0 0.50 0.15 67.22 0.59 0.64
Hex CD DA 6E 6 0 32 F 43 3B 40
Octal 315 332 156 6 0 62 17 103 73 100
Binary 11001101 11011010 1101110 110 0 110010 1111 1000011 111011 1000000

Color Harmonies of #CDDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA6E

Black with #CDDA6E

Text Example


Text Example

White with #CDDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA6E; }

 p { color: rgb(205,218,110); }

 H1.HeaderClassName
 {
   color: #CDDA6E;
 }
 .AnyTagClassName
 {
   color: #CDDA6E;
 }
</style>

background-color css

<style>
 a { background-color: #CDDA6E; }

 a { background-color: rgb(205,218,110); }

 div.DivClassName
 {
   background-color: #CDDA6E;
 }
 .BgClassName
 {
   background-color: #CDDA6E;
 }
</style>

border-color css

<style>
 span { border-color: #CDDA6E; }

 span { border-color: rgb(205,218,110); }

 td.TdClassName
 {
   border-color: #CDDA6E;
 }
 .TagClassName
 {
   border-color: #CDDA6E;
 }
</style>