Html Css Color HEX #CED969 Goldenrod

📋 copy color: '#CED969'

red 206 ◦ green 217 ◦ blue 105

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

Shades of Goldenrod #CED969

Tints of Goldenrod #CED969

RGB

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

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

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

R = 39.02%
G = 41.1%
B = 19.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CED969 (or 0xCED969) is known color: Goldenrod. HEX triplet: CE, D9 and 69. RGB value is (206,217,105). Sum of RGB (Red+Green+Blue) = 206+217+105=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #CED969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED969 is #312696. Grayscale: #C9C9C9. Windows color (decimal): -3221143 or 6937038. OLE color: 6937038.

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

Color convert

RGB 206 217 105 -
CMYK 0.05 0 0.52 0.15
HSL 65.89º 0.6% 0.63% -
HSV(B) 65.89º 0.52% 0.85% -
XYZ 52.82 63.77 22.89 -
YUV 200.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 206 217 105 0.05 0 0.52 0.15 65.89 0.6 0.63
Hex CE D9 69 5 0 34 F 42 3C 3F
Octal 316 331 151 5 0 64 17 102 74 77
Binary 11001110 11011001 1101001 101 0 110100 1111 1000010 111100 111111

Color Harmonies of #CED969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED969

Black with #CED969

Text Example


Text Example

White with #CED969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED969; }

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

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

background-color css

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

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

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

border-color css

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

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

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