Html Css Color HEX #CDD569 Goldenrod

📋 copy color: '#CDD569'

red 205 ◦ green 213 ◦ blue 105

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

Shades of Goldenrod #CDD569

Tints of Goldenrod #CDD569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.73%

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

R = 39.2%
G = 40.73%
B = 20.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CDD569 (or 0xCDD569) is known color: Goldenrod. HEX triplet: CD, D5 and 69. RGB value is (205,213,105). Sum of RGB (Red+Green+Blue) = 205+213+105=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD569 is #322A96. Grayscale: #C6C6C6. Windows color (decimal): -3287703 or 6936013. OLE color: 6936013.

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

Color convert

RGB 205 213 105 -
CMYK 0.04 0 0.51 0.16
HSL 64.44º 0.56% 0.62% -
HSV(B) 64.44º 0.51% 0.84% -
XYZ 51.52 61.59 22.54 -
YUV 198.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 205 213 105 0.04 0 0.51 0.16 64.44 0.56 0.62
Hex CD D5 69 4 0 33 10 40 38 3E
Octal 315 325 151 4 0 63 20 100 70 76
Binary 11001101 11010101 1101001 100 0 110011 10000 1000000 111000 111110

Color Harmonies of #CDD569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD569

Black with #CDD569

Text Example


Text Example

White with #CDD569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD569; }

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

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

background-color css

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

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

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

border-color css

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

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

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