Html Css Color HEX #CED469 Goldenrod

📋 copy color: '#CED469'

red 206 ◦ green 212 ◦ blue 105

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

Shades of Goldenrod #CED469

Tints of Goldenrod #CED469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

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

R = 39.39%
G = 40.54%
B = 20.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CED469 (or 0xCED469) is known color: Goldenrod. HEX triplet: CE, D4 and 69. RGB value is (206,212,105). Sum of RGB (Red+Green+Blue) = 206+212+105=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #CED469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED469 is #312B96. Grayscale: #C6C6C6. Windows color (decimal): -3222423 or 6935758. OLE color: 6935758.

HSL color Cylindrical-coordinate representation of color #CED469: hue angle of 63.36º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED469 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 105 -
CMYK 0.03 0 0.50 0.17
HSL 63.36º 0.55% 0.62% -
HSV(B) 63.36º 0.5% 0.83% -
XYZ 51.55 61.23 22.47 -
YUV 198.01 75.51 133.7 -
System Red Green Blue C M Y K H S L
Decimal 206 212 105 0.03 0 0.50 0.17 63.36 0.55 0.62
Hex CE D4 69 3 0 32 11 3F 37 3E
Octal 316 324 151 3 0 62 21 77 67 76
Binary 11001110 11010100 1101001 11 0 110010 10001 111111 110111 111110

Color Harmonies of #CED469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED469

Black with #CED469

Text Example


Text Example

White with #CED469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED469; }

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

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

background-color css

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

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

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

border-color css

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

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

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