Html Css Color HEX #CCBA1F Bird Flower

📋 copy color: '#CCBA1F'

red 204 ◦ green 186 ◦ blue 31

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

Shades of Bird Flower #CCBA1F

Tints of Bird Flower #CCBA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

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

R = 48.46%
G = 44.18%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCBA1F (or 0xCCBA1F) is known color: Bird Flower. HEX triplet: CC, BA and 1F. RGB value is (204,186,31). Sum of RGB (Red+Green+Blue) = 204+186+31=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA1F is #3345E0. Grayscale: #AEAEAE. Windows color (decimal): -3360225 or 2079436. OLE color: 2079436.

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

Color convert

RGB 204 186 31 -
CMYK 0 0.09 0.85 0.2
HSL 53.76º 0.74% 0.46% -
HSV(B) 53.76º 0.85% 0.8% -
XYZ 42.71 48.05 8.32 -
YUV 173.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 204 186 31 0 0.09 0.85 0.2 53.76 0.74 0.46
Hex CC BA 1F 0 9 55 14 36 4A 2E
Octal 314 272 37 0 11 125 24 66 112 56
Binary 11001100 10111010 11111 0 1001 1010101 10100 110110 1001010 101110

Color Harmonies of #CCBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA1F

Black with #CCBA1F

Text Example


Text Example

White with #CCBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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