Html Css Color HEX #CCBF15 Bird Flower

📋 copy color: '#CCBF15'

red 204 ◦ green 191 ◦ blue 21

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

Shades of Bird Flower #CCBF15

Tints of Bird Flower #CCBF15

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 49.04%
G = 45.91%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCBF15 (or 0xCCBF15) is known color: Bird Flower. HEX triplet: CC, BF and 15. RGB value is (204,191,21). Sum of RGB (Red+Green+Blue) = 204+191+21=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBF15 is #3340EA. Grayscale: #B0B0B0. Windows color (decimal): -3358955 or 1425356. OLE color: 1425356.

HSL color Cylindrical-coordinate representation of color #CCBF15: hue angle of 55.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCBF15 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 21 -
CMYK 0 0.06 0.90 0.2
HSL 55.74º 0.81% 0.44% -
HSV(B) 55.74º 0.9% 0.8% -
XYZ 43.67 50.15 8.09 -
YUV 175.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 204 191 21 0 0.06 0.90 0.2 55.74 0.81 0.44
Hex CC BF 15 0 6 5A 14 38 51 2C
Octal 314 277 25 0 6 132 24 70 121 54
Binary 11001100 10111111 10101 0 110 1011010 10100 111000 1010001 101100

Color Harmonies of #CCBF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF15

Black with #CCBF15

Text Example


Text Example

White with #CCBF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF15; }

 p { color: rgb(204,191,21); }

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

background-color css

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

 a { background-color: rgb(204,191,21); }

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

border-color css

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

 span { border-color: rgb(204,191,21); }

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