Html Css Color HEX #CEBB07 Bird Flower

📋 copy color: '#CEBB07'

red 206 ◦ green 187 ◦ blue 7

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

Shades of Bird Flower #CEBB07

Tints of Bird Flower #CEBB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.75%

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 51.5%
G = 46.75%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEBB07 (or 0xCEBB07) is known color: Bird Flower. HEX triplet: CE, BB and 07. RGB value is (206,187,7). Sum of RGB (Red+Green+Blue) = 206+187+7=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB07 is #3144F8. Grayscale: #ACACAC. Windows color (decimal): -3228921 or 506830. OLE color: 506830.

HSL color Cylindrical-coordinate representation of color #CEBB07: hue angle of 54.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEBB07 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 7 -
CMYK 0 0.09 0.97 0.19
HSL 54.27º 0.93% 0.42% -
HSV(B) 54.27º 0.97% 0.81% -
XYZ 43.26 48.68 7.32 -
YUV 172.16 34.79 152.14 -
System Red Green Blue C M Y K H S L
Decimal 206 187 7 0 0.09 0.97 0.19 54.27 0.93 0.42
Hex CE BB 7 0 9 61 13 36 5D 2A
Octal 316 273 7 0 11 141 23 66 135 52
Binary 11001110 10111011 111 0 1001 1100001 10011 110110 1011101 101010

Color Harmonies of #CEBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB07

Black with #CEBB07

Text Example


Text Example

White with #CEBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB07; }

 p { color: rgb(206,187,7); }

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

background-color css

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

 a { background-color: rgb(206,187,7); }

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

border-color css

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

 span { border-color: rgb(206,187,7); }

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