Html Css Color HEX #CEDB6B Goldenrod

📋 copy color: '#CEDB6B'

red 206 ◦ green 219 ◦ blue 107

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

Shades of Goldenrod #CEDB6B

Tints of Goldenrod #CEDB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

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

R = 38.72%
G = 41.17%
B = 20.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#CEDB6B (or 0xCEDB6B) is known color: Goldenrod. HEX triplet: CE, DB and 6B. RGB value is (206,219,107). Sum of RGB (Red+Green+Blue) = 206+219+107=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB6B is #312494. Grayscale: #CACACA. Windows color (decimal): -3220629 or 7068622. OLE color: 7068622.

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

Color convert

RGB 206 219 107 -
CMYK 0.06 0 0.51 0.14
HSL 66.96º 0.61% 0.64% -
HSV(B) 66.96º 0.51% 0.86% -
XYZ 53.44 64.85 23.61 -
YUV 202.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 206 219 107 0.06 0 0.51 0.14 66.96 0.61 0.64
Hex CE DB 6B 6 0 33 E 43 3D 40
Octal 316 333 153 6 0 63 16 103 75 100
Binary 11001110 11011011 1101011 110 0 110011 1110 1000011 111101 1000000

Color Harmonies of #CEDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB6B

Black with #CEDB6B

Text Example


Text Example

White with #CEDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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