Html Css Color HEX #CDD468 Goldenrod

📋 copy color: '#CDD468'

red 205 ◦ green 212 ◦ blue 104

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

Shades of Goldenrod #CDD468

Tints of Goldenrod #CDD468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.96%

R = 39.35%
G = 40.69%
B = 19.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#CDD468 (or 0xCDD468) is known color: Goldenrod. HEX triplet: CD, D4 and 68. RGB value is (205,212,104). Sum of RGB (Red+Green+Blue) = 205+212+104=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD468 is #322B97. Grayscale: #C6C6C6. Windows color (decimal): -3287960 or 6870221. OLE color: 6870221.

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

Color convert

RGB 205 212 104 -
CMYK 0.03 0 0.51 0.17
HSL 63.89º 0.56% 0.62% -
HSV(B) 63.89º 0.51% 0.83% -
XYZ 51.22 61.07 22.18 -
YUV 197.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 205 212 104 0.03 0 0.51 0.17 63.89 0.56 0.62
Hex CD D4 68 3 0 33 11 40 38 3E
Octal 315 324 150 3 0 63 21 100 70 76
Binary 11001101 11010100 1101000 11 0 110011 10001 1000000 111000 111110

Color Harmonies of #CDD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD468

Black with #CDD468

Text Example


Text Example

White with #CDD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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