Html Css Color HEX #CEBC07 Bird Flower

📋 copy color: '#CEBC07'

red 206 ◦ green 188 ◦ blue 7

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

Shades of Bird Flower #CEBC07

Tints of Bird Flower #CEBC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.88%

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

R = 51.37%
G = 46.88%
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

#CEBC07 (or 0xCEBC07) is known color: Bird Flower. HEX triplet: CE, BC and 07. RGB value is (206,188,7). Sum of RGB (Red+Green+Blue) = 206+188+7=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC07 is #3143F8. Grayscale: #ADADAD. Windows color (decimal): -3228665 or 507086. OLE color: 507086.

HSL color Cylindrical-coordinate representation of color #CEBC07: hue angle of 54.57º 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 #CEBC07 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 7 -
CMYK 0 0.09 0.97 0.19
HSL 54.57º 0.93% 0.42% -
HSV(B) 54.57º 0.97% 0.81% -
XYZ 43.48 49.1 7.39 -
YUV 172.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 206 188 7 0 0.09 0.97 0.19 54.57 0.93 0.42
Hex CE BC 7 0 9 61 13 37 5D 2A
Octal 316 274 7 0 11 141 23 67 135 52
Binary 11001110 10111100 111 0 1001 1100001 10011 110111 1011101 101010

Color Harmonies of #CEBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC07

Black with #CEBC07

Text Example


Text Example

White with #CEBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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