Html Css Color HEX #CDD869 Goldenrod

📋 copy color: '#CDD869'

red 205 ◦ green 216 ◦ blue 105

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

Shades of Goldenrod #CDD869

Tints of Goldenrod #CDD869

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.06%

 BLUE value IS 105 (41.41% from 255) = 19.96%

R = 38.97%
G = 41.06%
B = 19.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#CDD869 (or 0xCDD869) is known color: Goldenrod. HEX triplet: CD, D8 and 69. RGB value is (205,216,105). Sum of RGB (Red+Green+Blue) = 205+216+105=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD869 is #322796. Grayscale: #C8C8C8. Windows color (decimal): -3286935 or 6936781. OLE color: 6936781.

HSL color Cylindrical-coordinate representation of color #CDD869: hue angle of 65.95º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD869 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 105 -
CMYK 0.05 0 0.51 0.15
HSL 65.95º 0.59% 0.63% -
HSV(B) 65.95º 0.51% 0.85% -
XYZ 52.28 63.11 22.79 -
YUV 200.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 205 216 105 0.05 0 0.51 0.15 65.95 0.59 0.63
Hex CD D8 69 5 0 33 F 42 3B 3F
Octal 315 330 151 5 0 63 17 102 73 77
Binary 11001101 11011000 1101001 101 0 110011 1111 1000010 111011 111111

Color Harmonies of #CDD869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD869

Black with #CDD869

Text Example


Text Example

White with #CDD869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD869; }

 p { color: rgb(205,216,105); }

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

background-color css

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

 a { background-color: rgb(205,216,105); }

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

border-color css

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

 span { border-color: rgb(205,216,105); }

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