Html Css Color HEX #CCB71F Bird Flower

📋 copy color: '#CCB71F'

red 204 ◦ green 183 ◦ blue 31

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

Shades of Bird Flower #CCB71F

Tints of Bird Flower #CCB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.78%

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

R = 48.8%
G = 43.78%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCB71F (or 0xCCB71F) is known color: Bird Flower. HEX triplet: CC, B7 and 1F. RGB value is (204,183,31). Sum of RGB (Red+Green+Blue) = 204+183+31=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB71F is #3348E0. Grayscale: #ACACAC. Windows color (decimal): -3360993 or 2078668. OLE color: 2078668.

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

Color convert

RGB 204 183 31 -
CMYK 0 0.10 0.85 0.2
HSL 52.72º 0.74% 0.46% -
HSV(B) 52.72º 0.85% 0.8% -
XYZ 42.08 46.8 8.11 -
YUV 171.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 204 183 31 0 0.10 0.85 0.2 52.72 0.74 0.46
Hex CC B7 1F 0 A 55 14 35 4A 2E
Octal 314 267 37 0 12 125 24 65 112 56
Binary 11001100 10110111 11111 0 1010 1010101 10100 110101 1001010 101110

Color Harmonies of #CCB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB71F

Black with #CCB71F

Text Example


Text Example

White with #CCB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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