Html Css Color HEX #CED967 Goldenrod

📋 copy color: '#CED967'

red 206 ◦ green 217 ◦ blue 103

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

Shades of Goldenrod #CED967

Tints of Goldenrod #CED967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

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

R = 39.16%
G = 41.25%
B = 19.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CED967 (or 0xCED967) is known color: Goldenrod. HEX triplet: CE, D9 and 67. RGB value is (206,217,103). Sum of RGB (Red+Green+Blue) = 206+217+103=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #CED967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED967 is #312698. Grayscale: #C9C9C9. Windows color (decimal): -3221145 or 6805966. OLE color: 6805966.

HSL color Cylindrical-coordinate representation of color #CED967: hue angle of 65.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED967 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 103 -
CMYK 0.05 0 0.53 0.15
HSL 65.79º 0.6% 0.63% -
HSV(B) 65.79º 0.53% 0.85% -
XYZ 52.71 63.73 22.35 -
YUV 200.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 206 217 103 0.05 0 0.53 0.15 65.79 0.6 0.63
Hex CE D9 67 5 0 35 F 42 3C 3F
Octal 316 331 147 5 0 65 17 102 74 77
Binary 11001110 11011001 1100111 101 0 110101 1111 1000010 111100 111111

Color Harmonies of #CED967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED967

Black with #CED967

Text Example


Text Example

White with #CED967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED967; }

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

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

background-color css

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

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

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

border-color css

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

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

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