Html Css Color HEX #CCBC1F Bird Flower

📋 copy color: '#CCBC1F'

red 204 ◦ green 188 ◦ blue 31

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

Shades of Bird Flower #CCBC1F

Tints of Bird Flower #CCBC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

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

R = 48.23%
G = 44.44%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCBC1F (or 0xCCBC1F) is known color: Bird Flower. HEX triplet: CC, BC and 1F. RGB value is (204,188,31). Sum of RGB (Red+Green+Blue) = 204+188+31=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC1F is #3343E0. Grayscale: #AFAFAF. Windows color (decimal): -3359713 or 2079948. OLE color: 2079948.

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

Color convert

RGB 204 188 31 -
CMYK 0 0.08 0.85 0.2
HSL 54.45º 0.74% 0.46% -
HSV(B) 54.45º 0.85% 0.8% -
XYZ 43.13 48.9 8.46 -
YUV 174.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 204 188 31 0 0.08 0.85 0.2 54.45 0.74 0.46
Hex CC BC 1F 0 8 55 14 36 4A 2E
Octal 314 274 37 0 10 125 24 66 112 56
Binary 11001100 10111100 11111 0 1000 1010101 10100 110110 1001010 101110

Color Harmonies of #CCBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC1F

Black with #CCBC1F

Text Example


Text Example

White with #CCBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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