Html Css Color HEX #CED56A Goldenrod

📋 copy color: '#CED56A'

red 206 ◦ green 213 ◦ blue 106

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

Shades of Goldenrod #CED56A

Tints of Goldenrod #CED56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 39.24%
G = 40.57%
B = 20.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#CED56A (or 0xCED56A) is known color: Goldenrod. HEX triplet: CE, D5 and 6A. RGB value is (206,213,106). Sum of RGB (Red+Green+Blue) = 206+213+106=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #CED56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED56A is #312A95. Grayscale: #C7C7C7. Windows color (decimal): -3222166 or 7001550. OLE color: 7001550.

HSL color Cylindrical-coordinate representation of color #CED56A: hue angle of 63.93º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED56A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 106 -
CMYK 0.03 0 0.50 0.16
HSL 63.93º 0.56% 0.63% -
HSV(B) 63.93º 0.5% 0.84% -
XYZ 51.85 61.75 22.82 -
YUV 198.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 206 213 106 0.03 0 0.50 0.16 63.93 0.56 0.63
Hex CE D5 6A 3 0 32 10 40 38 3F
Octal 316 325 152 3 0 62 20 100 70 77
Binary 11001110 11010101 1101010 11 0 110010 10000 1000000 111000 111111

Color Harmonies of #CED56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED56A

Black with #CED56A

Text Example


Text Example

White with #CED56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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