Html Css Color HEX #CCB31F Bird Flower

📋 copy color: '#CCB31F'

red 204 ◦ green 179 ◦ blue 31

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

Shades of Bird Flower #CCB31F

Tints of Bird Flower #CCB31F

RGB

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

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

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

R = 49.28%
G = 43.24%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCB31F (or 0xCCB31F) is known color: Bird Flower. HEX triplet: CC, B3 and 1F. RGB value is (204,179,31). Sum of RGB (Red+Green+Blue) = 204+179+31=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB31F is #334CE0. Grayscale: #AAAAAA. Windows color (decimal): -3362017 or 2077644. OLE color: 2077644.

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

Color convert

RGB 204 179 31 -
CMYK 0 0.12 0.85 0.2
HSL 51.33º 0.74% 0.46% -
HSV(B) 51.33º 0.85% 0.8% -
XYZ 41.27 45.18 7.84 -
YUV 169.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 204 179 31 0 0.12 0.85 0.2 51.33 0.74 0.46
Hex CC B3 1F 0 C 55 14 33 4A 2E
Octal 314 263 37 0 14 125 24 63 112 56
Binary 11001100 10110011 11111 0 1100 1010101 10100 110011 1001010 101110

Color Harmonies of #CCB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB31F

Black with #CCB31F

Text Example


Text Example

White with #CCB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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