Html Css Color HEX #CED667 Goldenrod

📋 copy color: '#CED667'

red 206 ◦ green 214 ◦ blue 103

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

Shades of Goldenrod #CED667

Tints of Goldenrod #CED667

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.92%

 BLUE value IS 103 (40.63% from 255) = 19.69%

R = 39.39%
G = 40.92%
B = 19.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#CED667 (or 0xCED667) is known color: Goldenrod. HEX triplet: CE, D6 and 67. RGB value is (206,214,103). Sum of RGB (Red+Green+Blue) = 206+214+103=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #CED667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED667 is #312998. Grayscale: #C7C7C7. Windows color (decimal): -3221913 or 6805198. OLE color: 6805198.

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

Color convert

RGB 206 214 103 -
CMYK 0.04 0 0.52 0.16
HSL 64.32º 0.58% 0.62% -
HSV(B) 64.32º 0.52% 0.84% -
XYZ 51.95 62.19 22.1 -
YUV 198.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 206 214 103 0.04 0 0.52 0.16 64.32 0.58 0.62
Hex CE D6 67 4 0 34 10 40 3A 3E
Octal 316 326 147 4 0 64 20 100 72 76
Binary 11001110 11010110 1100111 100 0 110100 10000 1000000 111010 111110

Color Harmonies of #CED667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED667

Black with #CED667

Text Example


Text Example

White with #CED667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED667; }

 p { color: rgb(206,214,103); }

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

background-color css

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

 a { background-color: rgb(206,214,103); }

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

border-color css

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

 span { border-color: rgb(206,214,103); }

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