Html Css Color HEX #CDD466 Goldenrod

📋 copy color: '#CDD466'

red 205 ◦ green 212 ◦ blue 102

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

Shades of Goldenrod #CDD466

Tints of Goldenrod #CDD466

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 102 (40.23% from 255) = 19.65%

R = 39.5%
G = 40.85%
B = 19.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#CDD466 (or 0xCDD466) is known color: Goldenrod. HEX triplet: CD, D4 and 66. RGB value is (205,212,102). Sum of RGB (Red+Green+Blue) = 205+212+102=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD466 is #322B99. Grayscale: #C5C5C5. Windows color (decimal): -3287962 or 6739149. OLE color: 6739149.

HSL color Cylindrical-coordinate representation of color #CDD466: hue angle of 63.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDD466 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 102 -
CMYK 0.03 0 0.52 0.17
HSL 63.82º 0.56% 0.62% -
HSV(B) 63.82º 0.52% 0.83% -
XYZ 51.12 61.03 21.66 -
YUV 197.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 205 212 102 0.03 0 0.52 0.17 63.82 0.56 0.62
Hex CD D4 66 3 0 34 11 40 38 3E
Octal 315 324 146 3 0 64 21 100 70 76
Binary 11001101 11010100 1100110 11 0 110100 10001 1000000 111000 111110

Color Harmonies of #CDD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD466

Black with #CDD466

Text Example


Text Example

White with #CDD466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD466; }

 p { color: rgb(205,212,102); }

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

background-color css

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

 a { background-color: rgb(205,212,102); }

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

border-color css

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

 span { border-color: rgb(205,212,102); }

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