Html Css Color HEX #CED569 Goldenrod

📋 copy color: '#CED569'

red 206 ◦ green 213 ◦ blue 105

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

Shades of Goldenrod #CED569

Tints of Goldenrod #CED569

RGB

 RED value IS 206 (80.86% from 255) = 39.31%

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

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

R = 39.31%
G = 40.65%
B = 20.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CED569 (or 0xCED569) is known color: Goldenrod. HEX triplet: CE, D5 and 69. RGB value is (206,213,105). Sum of RGB (Red+Green+Blue) = 206+213+105=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #CED569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED569 is #312A96. Grayscale: #C7C7C7. Windows color (decimal): -3222167 or 6936014. OLE color: 6936014.

HSL color Cylindrical-coordinate representation of color #CED569: hue angle of 63.89º 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 #CED569 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 105 -
CMYK 0.03 0 0.51 0.16
HSL 63.89º 0.56% 0.62% -
HSV(B) 63.89º 0.51% 0.84% -
XYZ 51.8 61.73 22.55 -
YUV 198.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 206 213 105 0.03 0 0.51 0.16 63.89 0.56 0.62
Hex CE D5 69 3 0 33 10 40 38 3E
Octal 316 325 151 3 0 63 20 100 70 76
Binary 11001110 11010101 1101001 11 0 110011 10000 1000000 111000 111110

Color Harmonies of #CED569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED569

Black with #CED569

Text Example


Text Example

White with #CED569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED569; }

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

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

background-color css

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

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

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

border-color css

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

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

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