Html Css Color HEX #CCB30F Bird Flower

📋 copy color: '#CCB30F'

red 204 ◦ green 179 ◦ blue 15

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

Shades of Bird Flower #CCB30F

Tints of Bird Flower #CCB30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.97%

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

R = 51.26%
G = 44.97%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCB30F (or 0xCCB30F) is known color: Bird Flower. HEX triplet: CC, B3 and 0F. RGB value is (204,179,15). Sum of RGB (Red+Green+Blue) = 204+179+15=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB30F is #334CF0. Grayscale: #A8A8A8. Windows color (decimal): -3362033 or 1029068. OLE color: 1029068.

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

Color convert

RGB 204 179 15 -
CMYK 0 0.12 0.93 0.2
HSL 52.06º 0.86% 0.43% -
HSV(B) 52.06º 0.93% 0.8% -
XYZ 41.11 45.11 6.99 -
YUV 167.78 41.78 153.84 -
System Red Green Blue C M Y K H S L
Decimal 204 179 15 0 0.12 0.93 0.2 52.06 0.86 0.43
Hex CC B3 F 0 C 5D 14 34 56 2B
Octal 314 263 17 0 14 135 24 64 126 53
Binary 11001100 10110011 1111 0 1100 1011101 10100 110100 1010110 101011

Color Harmonies of #CCB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB30F

Black with #CCB30F

Text Example


Text Example

White with #CCB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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