Html Css Color HEX #CEAD07 Bird Flower

📋 copy color: '#CEAD07'

red 206 ◦ green 173 ◦ blue 7

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

Shades of Bird Flower #CEAD07

Tints of Bird Flower #CEAD07

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.82%

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

R = 53.37%
G = 44.82%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEAD07 (or 0xCEAD07) is known color: Bird Flower. HEX triplet: CE, AD and 07. RGB value is (206,173,7). Sum of RGB (Red+Green+Blue) = 206+173+7=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD07 is #3152F8. Grayscale: #A4A4A4. Windows color (decimal): -3232505 or 503246. OLE color: 503246.

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

Color convert

RGB 206 173 7 -
CMYK 0 0.16 0.97 0.19
HSL 50.05º 0.93% 0.42% -
HSV(B) 50.05º 0.97% 0.81% -
XYZ 40.44 43.02 6.37 -
YUV 163.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 206 173 7 0 0.16 0.97 0.19 50.05 0.93 0.42
Hex CE AD 7 0 10 61 13 32 5D 2A
Octal 316 255 7 0 20 141 23 62 135 52
Binary 11001110 10101101 111 0 10000 1100001 10011 110010 1011101 101010

Color Harmonies of #CEAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD07

Black with #CEAD07

Text Example


Text Example

White with #CEAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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