Html Css Color HEX #CED06B Goldenrod

📋 copy color: '#CED06B'

red 206 ◦ green 208 ◦ blue 107

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

Shades of Goldenrod #CED06B

Tints of Goldenrod #CED06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 107 (42.19% from 255) = 20.54%

R = 39.54%
G = 39.92%
B = 20.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#CED06B (or 0xCED06B) is known color: Goldenrod. HEX triplet: CE, D0 and 6B. RGB value is (206,208,107). Sum of RGB (Red+Green+Blue) = 206+208+107=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #CED06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED06B is #312F94. Grayscale: #C4C4C4. Windows color (decimal): -3223445 or 7065806. OLE color: 7065806.

HSL color Cylindrical-coordinate representation of color #CED06B: hue angle of 61.19º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CED06B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 107 -
CMYK 0.01 0 0.49 0.18
HSL 61.19º 0.52% 0.62% -
HSV(B) 61.19º 0.49% 0.82% -
XYZ 50.66 59.3 22.68 -
YUV 195.89 77.84 135.21 -
System Red Green Blue C M Y K H S L
Decimal 206 208 107 0.01 0 0.49 0.18 61.19 0.52 0.62
Hex CE D0 6B 1 0 31 12 3D 34 3E
Octal 316 320 153 1 0 61 22 75 64 76
Binary 11001110 11010000 1101011 1 0 110001 10010 111101 110100 111110

Color Harmonies of #CED06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED06B

Black with #CED06B

Text Example


Text Example

White with #CED06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED06B; }

 p { color: rgb(206,208,107); }

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

background-color css

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

 a { background-color: rgb(206,208,107); }

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

border-color css

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

 span { border-color: rgb(206,208,107); }

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