Html Css Color HEX #CFBE1F Bird Flower

📋 copy color: '#CFBE1F'

red 207 ◦ green 190 ◦ blue 31

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

Shades of Bird Flower #CFBE1F

Tints of Bird Flower #CFBE1F

RGB

 RED value IS 207 (81.25% from 255) = 48.36%

 GREEN value IS 190 (74.61% from 255) = 44.39%

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

R = 48.36%
G = 44.39%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFBE1F (or 0xCFBE1F) is known color: Bird Flower. HEX triplet: CF, BE and 1F. RGB value is (207,190,31). Sum of RGB (Red+Green+Blue) = 207+190+31=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE1F is #3041E0. Grayscale: #B1B1B1. Windows color (decimal): -3162593 or 2080463. OLE color: 2080463.

HSL color Cylindrical-coordinate representation of color #CFBE1F: hue angle of 54.2º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFBE1F is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 31 -
CMYK 0 0.08 0.85 0.19
HSL 54.2º 0.74% 0.47% -
HSV(B) 54.2º 0.85% 0.81% -
XYZ 44.39 50.19 8.64 -
YUV 176.96 45.63 149.43 -
System Red Green Blue C M Y K H S L
Decimal 207 190 31 0 0.08 0.85 0.19 54.2 0.74 0.47
Hex CF BE 1F 0 8 55 13 36 4A 2F
Octal 317 276 37 0 10 125 23 66 112 57
Binary 11001111 10111110 11111 0 1000 1010101 10011 110110 1001010 101111

Color Harmonies of #CFBE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE1F

Black with #CFBE1F

Text Example


Text Example

White with #CFBE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE1F; }

 p { color: rgb(207,190,31); }

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

background-color css

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

 a { background-color: rgb(207,190,31); }

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

border-color css

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

 span { border-color: rgb(207,190,31); }

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