Html Css Color HEX #CCBC1A Bird Flower

📋 copy color: '#CCBC1A'

red 204 ◦ green 188 ◦ blue 26

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

Shades of Bird Flower #CCBC1A

Tints of Bird Flower #CCBC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 48.8%
G = 44.98%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCBC1A (or 0xCCBC1A) is known color: Bird Flower. HEX triplet: CC, BC and 1A. RGB value is (204,188,26). Sum of RGB (Red+Green+Blue) = 204+188+26=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC1A is #3343E5. Grayscale: #AEAEAE. Windows color (decimal): -3359718 or 1752268. OLE color: 1752268.

HSL color Cylindrical-coordinate representation of color #CCBC1A: hue angle of 54.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCBC1A is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 26 -
CMYK 0 0.08 0.87 0.2
HSL 54.61º 0.77% 0.45% -
HSV(B) 54.61º 0.87% 0.8% -
XYZ 43.07 48.88 8.14 -
YUV 174.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 204 188 26 0 0.08 0.87 0.2 54.61 0.77 0.45
Hex CC BC 1A 0 8 57 14 37 4D 2D
Octal 314 274 32 0 10 127 24 67 115 55
Binary 11001100 10111100 11010 0 1000 1010111 10100 110111 1001101 101101

Color Harmonies of #CCBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC1A

Black with #CCBC1A

Text Example


Text Example

White with #CCBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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