Html Css Color HEX #CCB00F Bird Flower

📋 copy color: '#CCB00F'

red 204 ◦ green 176 ◦ blue 15

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

Shades of Bird Flower #CCB00F

Tints of Bird Flower #CCB00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 51.65%
G = 44.56%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCB00F (or 0xCCB00F) is known color: Bird Flower. HEX triplet: CC, B0 and 0F. RGB value is (204,176,15). Sum of RGB (Red+Green+Blue) = 204+176+15=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB00F is #334FF0. Grayscale: #A6A6A6. Windows color (decimal): -3362801 or 1028300. OLE color: 1028300.

HSL color Cylindrical-coordinate representation of color #CCB00F: hue angle of 51.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCB00F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 15 -
CMYK 0 0.14 0.93 0.2
HSL 51.11º 0.86% 0.43% -
HSV(B) 51.11º 0.93% 0.8% -
XYZ 40.51 43.92 6.79 -
YUV 166.02 42.78 155.09 -
System Red Green Blue C M Y K H S L
Decimal 204 176 15 0 0.14 0.93 0.2 51.11 0.86 0.43
Hex CC B0 F 0 E 5D 14 33 56 2B
Octal 314 260 17 0 16 135 24 63 126 53
Binary 11001100 10110000 1111 0 1110 1011101 10100 110011 1010110 101011

Color Harmonies of #CCB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB00F

Black with #CCB00F

Text Example


Text Example

White with #CCB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB00F; }

 p { color: rgb(204,176,15); }

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

background-color css

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

 a { background-color: rgb(204,176,15); }

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

border-color css

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

 span { border-color: rgb(204,176,15); }

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