Html Css Color HEX #CDD069 Goldenrod

📋 copy color: '#CDD069'

red 205 ◦ green 208 ◦ blue 105

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

Shades of Goldenrod #CDD069

Tints of Goldenrod #CDD069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

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

R = 39.58%
G = 40.15%
B = 20.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#CDD069 (or 0xCDD069) is known color: Goldenrod. HEX triplet: CD, D0 and 69. RGB value is (205,208,105). Sum of RGB (Red+Green+Blue) = 205+208+105=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD069 is #322F96. Grayscale: #C3C3C3. Windows color (decimal): -3288983 or 6934733. OLE color: 6934733.

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

Color convert

RGB 205 208 105 -
CMYK 0.01 0 0.50 0.18
HSL 61.75º 0.52% 0.61% -
HSV(B) 61.75º 0.5% 0.82% -
XYZ 50.28 59.11 22.12 -
YUV 195.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 205 208 105 0.01 0 0.50 0.18 61.75 0.52 0.61
Hex CD D0 69 1 0 32 12 3E 34 3D
Octal 315 320 151 1 0 62 22 76 64 75
Binary 11001101 11010000 1101001 1 0 110010 10010 111110 110100 111101

Color Harmonies of #CDD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD069

Black with #CDD069

Text Example


Text Example

White with #CDD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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