Html Css Color HEX #CCBE09 Bird Flower

📋 copy color: '#CCBE09'

red 204 ◦ green 190 ◦ blue 9

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

Shades of Bird Flower #CCBE09

Tints of Bird Flower #CCBE09

RGB

 RED value IS 204 (80.08% from 255) = 50.62%

 GREEN value IS 190 (74.61% from 255) = 47.15%

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 50.62%
G = 47.15%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCBE09 (or 0xCCBE09) is known color: Bird Flower. HEX triplet: CC, BE and 09. RGB value is (204,190,9). Sum of RGB (Red+Green+Blue) = 204+190+9=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE09 is #3341F6. Grayscale: #AEAEAE. Windows color (decimal): -3359223 or 638668. OLE color: 638668.

HSL color Cylindrical-coordinate representation of color #CCBE09: hue angle of 55.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCBE09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 9 -
CMYK 0 0.07 0.96 0.2
HSL 55.69º 0.92% 0.42% -
HSV(B) 55.69º 0.96% 0.8% -
XYZ 43.36 49.68 7.56 -
YUV 173.55 35.14 149.72 -
System Red Green Blue C M Y K H S L
Decimal 204 190 9 0 0.07 0.96 0.2 55.69 0.92 0.42
Hex CC BE 9 0 7 60 14 38 5C 2A
Octal 314 276 11 0 7 140 24 70 134 52
Binary 11001100 10111110 1001 0 111 1100000 10100 111000 1011100 101010

Color Harmonies of #CCBE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE09

Black with #CCBE09

Text Example


Text Example

White with #CCBE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE09; }

 p { color: rgb(204,190,9); }

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

background-color css

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

 a { background-color: rgb(204,190,9); }

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

border-color css

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

 span { border-color: rgb(204,190,9); }

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