Html Css Color HEX #CEDC6A Goldenrod

📋 copy color: '#CEDC6A'

red 206 ◦ green 220 ◦ blue 106

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

Shades of Goldenrod #CEDC6A

Tints of Goldenrod #CEDC6A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 38.72%
G = 41.35%
B = 19.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#CEDC6A (or 0xCEDC6A) is known color: Goldenrod. HEX triplet: CE, DC and 6A. RGB value is (206,220,106). Sum of RGB (Red+Green+Blue) = 206+220+106=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC6A is #312395. Grayscale: #CBCBCB. Windows color (decimal): -3220374 or 7003342. OLE color: 7003342.

HSL color Cylindrical-coordinate representation of color #CEDC6A: hue angle of 67.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEDC6A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 106 -
CMYK 0.06 0 0.52 0.14
HSL 67.37º 0.62% 0.64% -
HSV(B) 67.37º 0.52% 0.86% -
XYZ 53.65 65.35 23.42 -
YUV 202.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 206 220 106 0.06 0 0.52 0.14 67.37 0.62 0.64
Hex CE DC 6A 6 0 34 E 43 3E 40
Octal 316 334 152 6 0 64 16 103 76 100
Binary 11001110 11011100 1101010 110 0 110100 1110 1000011 111110 1000000

Color Harmonies of #CEDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC6A

Black with #CEDC6A

Text Example


Text Example

White with #CEDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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