Html Css Color HEX #CDD26E Goldenrod

📋 copy color: '#CDD26E'

red 205 ◦ green 210 ◦ blue 110

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

Shades of Goldenrod #CDD26E

Tints of Goldenrod #CDD26E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

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

R = 39.05%
G = 40%
B = 20.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CDD26E (or 0xCDD26E) is known color: Goldenrod. HEX triplet: CD, D2 and 6E. RGB value is (205,210,110). Sum of RGB (Red+Green+Blue) = 205+210+110=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD26E is #322D91. Grayscale: #C5C5C5. Windows color (decimal): -3288466 or 7262925. OLE color: 7262925.

HSL color Cylindrical-coordinate representation of color #CDD26E: hue angle of 63º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDD26E is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 110 -
CMYK 0.02 0 0.48 0.18
HSL 63º 0.53% 0.63% -
HSV(B) 63º 0.48% 0.82% -
XYZ 51.04 60.2 23.68 -
YUV 197.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 205 210 110 0.02 0 0.48 0.18 63 0.53 0.63
Hex CD D2 6E 2 0 30 12 3F 35 3F
Octal 315 322 156 2 0 60 22 77 65 77
Binary 11001101 11010010 1101110 10 0 110000 10010 111111 110101 111111

Color Harmonies of #CDD26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD26E

Black with #CDD26E

Text Example


Text Example

White with #CDD26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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