Html Css Color HEX #CDD268 Goldenrod

📋 copy color: '#CDD268'

red 205 ◦ green 210 ◦ blue 104

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

Shades of Goldenrod #CDD268

Tints of Goldenrod #CDD268

RGB

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

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

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

R = 39.5%
G = 40.46%
B = 20.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#CDD268 (or 0xCDD268) is known color: Goldenrod. HEX triplet: CD, D2 and 68. RGB value is (205,210,104). Sum of RGB (Red+Green+Blue) = 205+210+104=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD268 is #322D97. Grayscale: #C4C4C4. Windows color (decimal): -3288472 or 6869709. OLE color: 6869709.

HSL color Cylindrical-coordinate representation of color #CDD268: hue angle of 62.83º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD268 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 104 -
CMYK 0.02 0 0.50 0.18
HSL 62.83º 0.54% 0.62% -
HSV(B) 62.83º 0.5% 0.82% -
XYZ 50.72 60.07 22.02 -
YUV 196.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 205 210 104 0.02 0 0.50 0.18 62.83 0.54 0.62
Hex CD D2 68 2 0 32 12 3F 36 3E
Octal 315 322 150 2 0 62 22 77 66 76
Binary 11001101 11010010 1101000 10 0 110010 10010 111111 110110 111110

Color Harmonies of #CDD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD268

Black with #CDD268

Text Example


Text Example

White with #CDD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD268; }

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

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

background-color css

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

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

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

border-color css

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

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

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