Html Css Color HEX #CCBF09 Bird Flower

📋 copy color: '#CCBF09'

red 204 ◦ green 191 ◦ blue 9

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

Shades of Bird Flower #CCBF09

Tints of Bird Flower #CCBF09

RGB

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

 GREEN value IS 191 (75% from 255) = 47.28%

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

R = 50.5%
G = 47.28%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCBF09 (or 0xCCBF09) is known color: Bird Flower. HEX triplet: CC, BF and 09. RGB value is (204,191,9). Sum of RGB (Red+Green+Blue) = 204+191+9=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBF09 is #3340F6. Grayscale: #AEAEAE. Windows color (decimal): -3358967 or 638924. OLE color: 638924.

HSL color Cylindrical-coordinate representation of color #CCBF09: hue angle of 56º 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 #CCBF09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 9 -
CMYK 0 0.06 0.96 0.2
HSL 56º 0.92% 0.42% -
HSV(B) 56º 0.96% 0.8% -
XYZ 43.58 50.12 7.64 -
YUV 174.14 34.81 149.3 -
System Red Green Blue C M Y K H S L
Decimal 204 191 9 0 0.06 0.96 0.2 56 0.92 0.42
Hex CC BF 9 0 6 60 14 38 5C 2A
Octal 314 277 11 0 6 140 24 70 134 52
Binary 11001100 10111111 1001 0 110 1100000 10100 111000 1011100 101010

Color Harmonies of #CCBF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF09

Black with #CCBF09

Text Example


Text Example

White with #CCBF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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