Html Css Color HEX #CCB61F Bird Flower

📋 copy color: '#CCB61F'

red 204 ◦ green 182 ◦ blue 31

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

Shades of Bird Flower #CCB61F

Tints of Bird Flower #CCB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.65%

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 48.92%
G = 43.65%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCB61F (or 0xCCB61F) is known color: Bird Flower. HEX triplet: CC, B6 and 1F. RGB value is (204,182,31). Sum of RGB (Red+Green+Blue) = 204+182+31=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB61F is #3349E0. Grayscale: #ABABAB. Windows color (decimal): -3361249 or 2078412. OLE color: 2078412.

HSL color Cylindrical-coordinate representation of color #CCB61F: hue angle of 52.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCB61F is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 31 -
CMYK 0 0.11 0.85 0.2
HSL 52.37º 0.74% 0.46% -
HSV(B) 52.37º 0.85% 0.8% -
XYZ 41.88 46.39 8.04 -
YUV 171.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 204 182 31 0 0.11 0.85 0.2 52.37 0.74 0.46
Hex CC B6 1F 0 B 55 14 34 4A 2E
Octal 314 266 37 0 13 125 24 64 112 56
Binary 11001100 10110110 11111 0 1011 1010101 10100 110100 1001010 101110

Color Harmonies of #CCB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB61F

Black with #CCB61F

Text Example


Text Example

White with #CCB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB61F; }

 p { color: rgb(204,182,31); }

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

background-color css

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

 a { background-color: rgb(204,182,31); }

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

border-color css

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

 span { border-color: rgb(204,182,31); }

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